ZF Micro Solutions (tm)
Company Sales Products Support News
Frequently Asked Questions
Home
Support
FAQ List
Downloads
Product Changes
Independent Design Houses
Request Literature
Tech Support Form
Useful Links

", " "); $this = strtr($this, "<", " "); $this = strtr($this, "|", " "); $$key = $this; } //////////////////////////////// // This will catch if someone is trying to submit a blank // or incomplete form. //////////////////////////////// if ($name && $email && $message ) { //////////////////////////////// // This is the meat of the query that updates the zf_faq table //////////////////////////////// $query = "INSERT INTO zf_faq "; $query .= "(guest_id, guest_name, "; $query .= "guest_email, guest_time, guest_message, guest_answer, guest_category) "; $query .= "values(0000,'$name','$email',NULL,'$message','$answer','$category')"; mysql_pconnect("localhost","faquser","hackitup") or die("Unable to connect to SQL server"); mysql_select_db("zf_faq_db") or die("Unable to select database"); mysql_query($query) or die("Insert Failed!"); } else { //////////////////////////////// // If they didn't include all the required fields set a variable // and keep going. //////////////////////////////// $notall = 1; } } $name = NULL; $email = NULL; $message = NULL; $answer = NULL; $category = NULL; ?>

Please fill in all of the information you can:

Add A New FAQ?
Enter Question:


Enter Question Category:


Enter Answer:

Your Name:       
Your Email:      




 

 

 


[ top ]

Home | Company | Sales | Products | Support | News 1.800.683.5943
Copyright ? 1996-2001 ZF Micro Solutions, Inc. ... All Rights Reserved